-
Notifications
You must be signed in to change notification settings - Fork 67
Fix: Enhance JoinRoom Component with Better Error Handling and Performance #121
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
imaheshno1
wants to merge
80
commits into
yep-yogesh:concept-react-components
Choose a base branch
from
imaheshno1:main
base: concept-react-components
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…dwrite Re-add roomController.js with full DB read/write logic
…components Added reusable frontend React components: Navbar, AvatarGrid etc
…pload Added game rules file upload (.txt) Concept - File Upload Functionality
…assword Added email/password based authentication using Firebase
…oogle Added Google Authentication with Firebase (3rd party auth)
…-delete Implemented update and delete functionality in CreateRoom
…ken-firebase Using Firebase JWT tokens in application
…b concept-testing
Added 6 unit tests using Vitest & Testing Library
…file Added Dockerfile to containerize app
Integrated LangChain.js for AI-powered hint generation
…t-gateway Added payment Link for Payment Gateway integration in AboutDev page
Added cronjob to auto-delete expired rooms every 20 mins
Updated Readme with Animated GIF
Fixed Responsiveness for every page
Added subtle microanimations
Enhanced UI in profile page
Added .env example to setup
Updated README to include Gemini API and deployment details.
Owner
|
Hey @imaheshno1 pls star the repo and ping again |
Author
|
starred now. check it
…On Thu, 2 Oct 2025 at 21:57, Yogesh ***@***.***> wrote:
*yep-yogesh* left a comment (yep-yogesh/Guessync#121)
<#121 (comment)>
Hey @imaheshno1 <https://github.com/imaheshno1> pls star the repo and
ping again
—
Reply to this email directly, view it on GitHub
<#121 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/A7XKPUCTR24DCNJXPEWHHJ33VVHANAVCNFSM6AAAAACID2HJUOVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZTGNRSGA4DCMJTGU>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Author
@yep-yogesh bro check it now |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR introduces several improvements to the JoinRoom component, focusing on error handling, performance optimization, and user experience.
Changes
useRefuseCallbackTesting